projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046b1f0
)
(term_get_fkeys_1): Use kH as alternate for move-to-last-line.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Aug 1997 16:39:20 +0000
(16:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Aug 1997 16:39:20 +0000
(16:39 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index dd1c8be804eebbaddf92bddabfaca0f417c68f1b..5acd7a57714c1e9933da925008488168ffc3da21 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-1517,6
+1517,8
@@
term_get_fkeys_1 ()
CONDITIONAL_REASSIGN ("%8", "kP", "prior");
/* if there's no key_dc keycap, map key_ic to `insert' keysym */
CONDITIONAL_REASSIGN ("kD", "kI", "insert");
+ /* if there's no key_end keycap, map key_ll to 'end' keysym */
+ CONDITIONAL_REASSIGN ("@7", "kH", "end");
/* IBM has their own non-standard dialect of terminfo.
If the standard name isn't found, try the IBM name. */